Avoid unintended side-effect in gdk_window_get_events
authorMatthias Clasen <mclasen@redhat.com>
Sun, 10 May 2009 06:08:41 +0000 (02:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 10 May 2009 06:08:41 +0000 (02:08 -0400)
commit141ddd99f375b8f687f5f83164c440c8a79b1364
tree17a2df9270d1e154ff87ae1d7a875c2ba87236aa
parent4fc49fd8db02e37993860289a350c9d1e96910b5
Avoid unintended side-effect in gdk_window_get_events

Calling gdk_window_get_events() had the side-effect of letting
property change notification through to the application, which
was not intended. Now we keep StructureNotify and PropertyNotify
filtered out when they were before. Reported in bug 582003.
gdk/x11/gdkwindow-x11.c